home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-sdk-4.3 / netinclude / proto / ifconfig.h next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  638 b   |  29 lines

  1. #ifndef PROTO_IFCONFIG_H
  2. #define PROTO_IFCONFIG_H \
  3.        "$Id: ifconfig.h,v 1.2 1996/02/26 21:28:14 too Exp $"
  4. /*
  5.  *    SAS C prototypes for ifconfig.library
  6.  *
  7.  *      Copyright © 1995 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. #ifndef __NOLIBBASE__       
  17. extern struct Library *IfConfigBase;
  18. #endif
  19.  
  20. #include <libraries/ifconfig.h>
  21. #include <clib/ifconfig_protos.h>
  22. #if __SASC
  23. #include <pragmas/ifconfig_pragmas.h>
  24. #elif __GNUC__
  25. #include <inline/ifconfig.h>
  26. #endif
  27.  
  28. #endif /* PROTO_IFCONFIG_H */
  29.